#! /usr/bin/python3 -sP

import sys
import pystitch

pystitch.convert(sys.argv[1], sys.argv[2])
